home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / doggie.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-08-25  |  321b  |  12 lines

  1. @echo off
  2. if .%1. == .. goto nocmdline
  3. mkdir %1\dogr
  4. copy progs.dat %1\dogr
  5. echo quake.exe -game dogr > %1\doggie.bat
  6. echo Type DoGGiE from your %1 quake directory to have fun fun fun!
  7. goto exit
  8. :nocmdline
  9. echo Format: install.bat <Drive and path to quake>
  10. echo Example of command line: install D:\quake
  11. :exit
  12.